home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / src / editors / DME / rexx / ErrorClear.DME < prev    next >
Text File  |  1995-12-24  |  406b  |  19 lines

  1. /*
  2. **    $Id: ErrorClear.DME,v 30.0 1994/06/10 18:06:11 dice Exp $
  3. **
  4. **    DICE Error Parsing system.  Script for DME
  5. **
  6. **  Notes: This assumes that your DCC:Config/DCC.Config file contains the
  7. **       following line:
  8. **  cmd= rx DCC:Rexx/DME_ErrorParse.rexx %e "%c" "%f" "%0"
  9. */
  10.  
  11. OPTIONS RESULTS
  12.  
  13. IF ~show('p','DICE_ERROR_PARSER') THEN
  14.    EXIT 0
  15.  
  16. ADDRESS DICE_ERROR_PARSER Clear
  17.  
  18. title "( All Errors Cleared )"
  19.